projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a8902
)
(Fbyte_code): Don't use Bmark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 01:16:42 +0000
(
01:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 01:16:42 +0000
(
01:16
+0000)
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index 84d9ec618e6183788dbd32b15f775b037aba0826..b71d602d5c2eac9903af157c1cbc358d2a96b6ba 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-1129,9
+1129,6
@@
If the third argument is incorrect, Emacs may crash.")
case Bscan_buffer:
error ("scan-buffer is an obsolete bytecode");
break;
- case Bmark:
- error ("mark is an obsolete bytecode");
- break;
#endif
default: